Skip to content

v1.8.1#101

Merged
shouze merged 2 commits intomainfrom
release/1.8.1
Mar 9, 2026
Merged

v1.8.1#101
shouze merged 2 commits intomainfrom
release/1.8.1

Conversation

@shouze
Copy link
Contributor

@shouze shouze commented Mar 9, 2026

Release v1.8.1 — docs & version bump

Merge the release branch into main to land the following changes:

File Change
package.json Version bump 1.8.01.8.1
docs/blog/release-v1-8-1.md New blog post for the release
docs/blog/index.md Add v1.8.1 entry to the blog index
CHANGELOG.md Add v1.8.1 row

The binary release has already been triggered by the v1.8.1 tag pushed on this branch. This PR only lands the docs/changelog updates in main.

Closes #99

Copilot AI review requested due to automatic review settings March 9, 2026 00:53
@github-actions
Copy link

github-actions bot commented Mar 9, 2026

Coverage after merging release/1.8.1 into main will be

96.66%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
   aggregate.ts100%100%100%100%
   api-utils.ts98.23%100%100%98%52, 60
   api.ts94.29%100%100%93.52%307–311, 367, 384, 63–69
   cache.ts98.08%100%100%97.87%28
   completions.ts99.35%100%100%99.29%252
   group.ts100%100%100%100%
   output.ts99.12%100%94.74%99.52%58
   render.ts94.05%100%88.89%94.33%153, 177–182, 184–186, 188–189, 216, 380–381, 424–427
   upgrade.ts88.46%100%94.44%87.89%127–128, 148–155, 158–164, 169, 174, 210–213
src/render
   filter-match.ts97.44%100%92.31%100%
   filter.ts100%100%100%100%
   highlight.ts96.62%100%90.40%99.31%284–285
   rows.ts97.87%100%100%97.73%54–55
   selection.ts100%100%100%100%
   summary.ts100%100%100%100%

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Release v1.8.1 documentation and metadata updates, aligning main with the already-tagged v1.8.1 binary release.

Changes:

  • Bump package version from 1.8.0 to 1.8.1.
  • Add a new v1.8.1 release blog post describing the line-number resolution hang fix.
  • Update the blog index and top-level changelog to include v1.8.1.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
package.json Version bump to 1.8.1.
docs/blog/release-v1-8-1.md New release post documenting the v1.8.1 fix and upgrade instructions.
docs/blog/index.md Adds v1.8.1 to the release list.
CHANGELOG.md Adds v1.8.1 entry linking to the release post.

@github-actions
Copy link

github-actions bot commented Mar 9, 2026

🔦 Lighthouse Report

Page ⚡ Perf ♿ A11y 🛡️ BP 🔍 SEO Report
/github-code-search/ 🟢 98 (≥97) 🟢 100 (≥99) 🟢 100 (≥99) 🟢 100 (≥99) 🔗 view
/github-code-search/getting-started/ 🟢 100 (≥97) 🟢 100 (≥99) 🟢 100 (≥99) 🟢 100 (≥99) 🔗 view

Thresholds: Perf ≥ 97 · A11y ≥ 99 · BP ≥ 99 · SEO ≥ 99
commit 5768d3f · full workflow run

@shouze shouze merged commit a4b7718 into main Mar 9, 2026
20 checks passed
@shouze shouze deleted the release/1.8.1 branch March 9, 2026 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: silent hang after pagination bar — add concurrency limit and progress feedback for line-number resolution

2 participants